Option Explicit
Sub C_Sample067()
    Application.ReferenceStyle = xlA1			'A1榡
    MsgBox "wg]wA1榡A{bn]wR1C1榡C"
    Application.ReferenceStyle = xlR1C1			'R1C1榡
End Sub

